home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / zipstr15.zip / ZIPSTRIP.DOC < prev   
Text File  |  1996-06-02  |  7KB  |  143 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │─────════════──══──═══════────════────════════──═══════───══──═══════───────│
  3. │──────────══───══──══────══──══───══─────══─────══────══──══──══────══──────│
  4. │─────────══────══──══────══──══──────────══─────══────══──══──══────══──────│
  5. │────────══─────══──═══════────═════──────══─────═══════───══──═══════───────│
  6. │───────══──────══──══─────────────══─────══─────══───══───══──══────────────│
  7. │──────══───────══──══────────══───══─────══─────══────══──══──══────────────│
  8. │─────════════──══──══─────────═════──────══─────══────══──══──══────────────│
  9. │                                                                            │
  10. │                               ZipStrip v1.5                                │
  11. │                   Copyright (c) 1994-1996 by Cris McRae                    │
  12. │                            All Rights Reserved                             │
  13. │                                                                            │
  14. │                   A ZIP Comment Addition/Removal Utility                   │
  15. │                                                                            │
  16. └────────────────────────────────────────────────────────────────────────────┘
  17.  
  18. ┌────────────────────────────────────────────────────────────────────────────┐
  19. │░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  20. └────────────────────────────────────────────────────────────────────────────┘
  21.  
  22. ZipStrip is used to add and remove comments from .ZIP files.  It is very fast,
  23. and works with PKZIP 1.10 through PKZIP 2.04g, and probably with any future
  24. versions of PKZIP.
  25.  
  26. ┌────────────────────────────────────────────────────────────────────────────┐
  27. │░░░░ USAGE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  28. └────────────────────────────────────────────────────────────────────────────┘
  29.  
  30. To use ZipStrip, use the following command-line:
  31.  
  32. ZIPSTRIP [-Ccomment] zipfiles
  33.  
  34. Comment  - If you want to add a comment, use the -C parameter followed
  35.            by the name of the comment file.
  36. Zipfiles - You may include any valid filenames.  Wildcards are allowed.
  37.            If no extension is given, .ZIP is assumed.
  38.  
  39. ┌────────────────────────────────────────────────────────────────────────────┐
  40. │░░░░ COPYRIGHT/LICENSE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  41. └────────────────────────────────────────────────────────────────────────────┘
  42.  
  43. This document and the program files ("the software") are copyrighted by the
  44. author.  The copyright owner hereby licenses you to use the software given
  45. these restrictions:
  46.  
  47.     ■ The software shall be supplied in its original, unmodified form, which
  48.       includes this documentation;
  49.  
  50.     ■ The software may not be included or bundled with other goods or
  51.       services unless specific permission is first obtained in writing
  52.       from the author;
  53.  
  54.     ■ No fee is charged; an exception is granted to non-profit user's
  55.       groups, which are permitted to charge a small fee (not to exceed $5)
  56.       for materials, handling, postage, and general overhead.  No other
  57.       organization is permitted to charge any amount for distribution of
  58.       copies of the software or documentation, or to include copies of the
  59.       software or documentation with sales of their own products.
  60.  
  61. The software and documentation are Copyright (c) 1994-1996 by Cris McRae
  62.  
  63. ┌────────────────────────────────────────────────────────────────────────────┐
  64. │░░░░ DISCLAIMER ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  65. └────────────────────────────────────────────────────────────────────────────┘
  66.  
  67. The author makes no warranties, expressed or implied, as to the quality or
  68. performance of this program.  Your use of this program constitutes your
  69. release of the author from liability or litigation for any indirect or
  70. consequential damages arising from the use of this program or its associated
  71. files.
  72.  
  73. In no event will the author be liable to you for any damages, including any
  74. lost profits, lost savings or other incidental or consequential damages
  75. arising out of your use or inability to use the program, or for any claim by
  76. any other party.
  77.  
  78. ┌────────────────────────────────────────────────────────────────────────────┐
  79. │░░░░ REVISIONS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  80. └────────────────────────────────────────────────────────────────────────────┘
  81.  
  82. Version 1.0 (06/14/94)
  83.   ■ Initial release
  84.  
  85. Version 1.1 (07/17/94)
  86.   ■ Fixed bug that would not allow you to process ZIP files in directories
  87.     other than the current directory.
  88.  
  89. Version 1.2 (02/25/95)
  90.   ■ Fixed bug that caused the file date/time stamp of files to change to the
  91.     current date/time.  ZipStrip is supposed to preserve the original date/
  92.     time stamp.
  93.  
  94. Version 1.3 (10/29/95)
  95.   ■ Fixed bug that caused an error to be reported if a ZIP file contained
  96.     individual file comments.
  97.  
  98. Version 1.4 (10/30/95)
  99.   ■ Optimized code to make it much faster.
  100.   ■ Changed display to "Comment replaced" if commenting a file that already
  101.     has a comment.
  102.   ■ Added support for specifying multiple filenames to process.
  103.   ■ Changed order of parameters.  The comment parameter (-C) must be specified
  104.     before any filenames.
  105.   ■ Changed compiled executable to a .COM file.
  106.  
  107. Version 1.5 (06/02/96)
  108.   ■ Added better corrupted ZIP handling.
  109.   ■ Improved speed when adding ZIP comments.
  110.   ■ Added duplicate comment checking so a comment is only added if it is
  111.     different than the current comment.
  112.  
  113. ┌────────────────────────────────────────────────────────────────────────────┐
  114. │░░░░ CREDITS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  115. └────────────────────────────────────────────────────────────────────────────┘
  116.  
  117. ZipStrip is Copyright (c) 1994-1996 by Cris McRae
  118. PKZIP is Copyright (c) 1989-1994 by PKWARE Inc.
  119.  
  120. If you have any comments or questions about this program, you can reach me
  121. at the following network addresses:
  122.  
  123.     TerraNET : 1@1
  124.     WWIVnet  : 1@3809
  125.     IceNET   : 1@8857
  126.     WWIVLink : 1@18857
  127.     Internet : jafo@silicon.net
  128.                cris@bluethun.com
  129.  
  130. If you cannot send me mail via one of the above networks, you can reach me
  131. by U.S. mail at:
  132.  
  133.     Cris McRae
  134.     P.O. Box 1351
  135.     Burbank, CA  91507
  136.  
  137. If you have a modem, you can also call my BBS:
  138.  
  139.                               Blue Thunder BBS
  140.                        USR 33.6 V.34+ Dual Standards
  141.                                Open 24 Hours
  142.                                (818)848-4101
  143.